home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
e
/
misc.save
/
000109_mjtice@gmail.com_Tue Aug 7 13:12:33 2007.msg
< prev
next >
Wrap
Internet Message Format
|
2011-07-03
|
2KB
Path: reader2.panix.com!panix!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!g12g2000prg.googlegroups.com!not-for-mail
From: mtice <mjtice@gmail.com>
Newsgroups: comp.protocols.kermit.misc
Subject: SIZE error when getting file.
Date: Fri, 03 Aug 2007 14:45:16 -0000
Organization: http://groups.google.com
Lines: 22
Message-ID: <1186152316.448880.120380@g12g2000prg.googlegroups.com>
NNTP-Posting-Host: 67.107.192.130
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1186152317 3363 127.0.0.1 (3 Aug 2007 14:45:17 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 3 Aug 2007 14:45:17 +0000 (UTC)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20061201 Firefox/2.0.0.6 (Ubuntu-feisty),gzip(gfe),gzip(gfe)
X-HTTP-Via: 1.1 privoxy.cmcflex.com:8118 (squid/2.5.STABLE9)
Complaints-To: groups-abuse@google.com
Injection-Info: g12g2000prg.googlegroups.com; posting-host=67.107.192.130;
posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0
Xref: panix comp.protocols.kermit.misc:15680
Hello,
I'm trying to ftp into an i/5 to retrieve a file. I'm getting an
error however. These are the commands:
# kermit
C-Kermit>ftp 10.5.0.13
Connected to 10.5.0.13.
Name (10.5.0.13:root): cmc
Password:
C-Kermit>cd /qsys.lib/eom063007.lib
C-Kermit>bin
C-Kermit>get DATAAZ.file
Subcommand SIZE not valid.
C-Kermit>quit
However, if I use the shell's (bash, suse linux 10.0) built-in ftp
client I'm able to retrieve the file just fine. If anyone could shed
some light on this problem I'd appreciate it greatly.
Matt